GtkWidget: Add missing Since docs
authorAlexander Larsson <alexl@redhat.com>
Wed, 27 Mar 2013 08:43:40 +0000 (09:43 +0100)
committerAlexander Larsson <alexl@redhat.com>
Tue, 23 Apr 2013 03:58:08 +0000 (05:58 +0200)
gtk/gtkwidget.c

index 30c3cc55e5dc88b3c59d5e4ed59e5910cc0d0114..4ba5b71c1a2b16ff04068892bb1d236d53518dc0 100644 (file)
@@ -13687,6 +13687,8 @@ gtk_widget_set_halign (GtkWidget *widget,
  * %GTK_ALIGN_BASELINE.
  *
  * Returns: the vertical alignment of @widget
+ *
+ * Since: 3.10
  */
 GtkAlign
 gtk_widget_get_valign_with_baseline (GtkWidget *widget)
@@ -14503,6 +14505,8 @@ gtk_widget_get_allocated_height (GtkWidget *widget)
  * widgets in #GtkWidget::size_allocate.
  *
  * Returns: the baseline of the @widget, or -1 if none
+ *
+ * Since: 3.10
  **/
 int
 gtk_widget_get_allocated_baseline (GtkWidget *widget)